Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Runtime Invocation Functions /


JMCloseSession

Ends a Java runtime session and removes the allocated JMSessionRef object.

OSStatus JMCloseSession (JMSessionRef session);
session
The session to be removed.
DISCUSSION
A successful call to JMCloseSession also frees any resources allocated by JManager. However, any resources that you explicitly allocated on behalf of JManager (such as AWT contexts or applets) must be explicitly removed before calling JMCloseSession.

SEE ALSO
The JMOpenSession function.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997